github.com/google/go-cmp/cmp.formatOptions.formatString (method)

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_reflect.go#L149: 				return opts.formatString(prefix, strVal)
		report_reflect.go#L181: 		return opts.formatString("", v.String())
		report_reflect.go#L219: 				out = opts.formatString("", string(b))
		report_reflect.go#L314: func (opts formatOptions) formatString(prefix, s string) textNode {